<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* é¦–é¡µè½®æ’­å›¾ */
.swiper {
   width: 100%;
   height: 100%;
}

.swiper-slide {
   text-align: center;
   font-size: 18px;
   background: #fff;
   /* Center slide text vertically */
   display: -webkit-box;
   display: -ms-flexbox;
   display: -webkit-flex;
   display: flex;
   -webkit-box-pack: center;
   -ms-flex-pack: center;
   -webkit-justify-content: center;
   justify-content: center;
   -webkit-box-align: center;
   -ms-flex-align: center;
   -webkit-align-items: center;
   align-items: center;
}
.swiper-slide img {
   display: block;
   width: 100%;
   height: 100%;
   object-fit: cover;
}
/*  */
.n_banner img{
   width: 100%;
   height: 100%;
   object-fit: cover;
}
.news{
   width: 100%;
   /* height: 40px; */
   line-height: 20px;
   overflow: hidden;
   font-size: 14px;
   overflow: hidden;
   text-overflow: ellipsis;
   display: -webkit-box;
   -webkit-line-clamp: 3;
   -webkit-box-orient: vertical;
}
/*  */
.n_conRight_c img{
   max-width: 70%;
}
.a_tzjyg_cdetsl img{
   max-width: 70%;
}
/* .n_conRight_c p{
   text-indent:2em!important;
   } */
@media screen and (max-width:991px) {
   .n_conRight_c img{
      max-width: 100%;
   }
   .aa_tzjyg_cdetsl img{
      max-width: 100%!important;
   }
   .n_conRight_c {
      padding: 20px;
   }
}</pre></body></html>